.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.ICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.Add Method |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Sub Add ( _ keyValuePair As KeyValuePair(Of TKey, TValue) _ ) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add |
C# |
---|
void ICollection<KeyValuePair<TKey, TValue>>.Add( KeyValuePair<TKey, TValue> keyValuePair ) |